Resource StructureDefinition/FHIR Server from package de.medizininformatikinitiative.kerndatensatz.patho#2025.0.0-alpha2 (31 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "mii-pr-patho-base-observation",
"url" : "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-base-observation",
"version" : "2025.0.0",
"name" : "MII_PR_Patho_Base_Observation",
"title" : "MII PR Patho Base Observation",
"status" : "active",
"publisher" : "Medizininformatik Initiative",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.medizininformatik-initiative.de"
}
]
}
],
"description" : "Abstract Observation to define common features of a main pathology observation",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : true,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation.id",
"path" : "Observation.id",
"mustSupport" : true
},
{
"id" : "Observation.meta.lastUpdated",
"path" : "Observation.meta.lastUpdated",
"mustSupport" : true
},
{
"id" : "Observation.meta.profile",
"path" : "Observation.meta.profile",
"mustSupport" : true
},
{
"id" : "Observation.identifier",
"path" : "Observation.identifier",
"mustSupport" : true
},
{
"id" : "Observation.basedOn",
"path" : "Observation.basedOn",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/ServiceRequest"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"mustSupport" : true
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.category.coding",
"path" : "Observation.category.coding",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.category.coding.system",
"path" : "Observation.category.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.category.coding.code",
"path" : "Observation.category.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.category:laboratory-category",
"path" : "Observation.category",
"sliceName" : "laboratory-category",
"min" : 1,
"max" : "1",
"patternCodeableConcept" : {
"coding" : [
{
"code" : "laboratory",
"system" : "http://terminology.hl7.org/CodeSystem/observation-category"
}
]
},
"mustSupport" : true
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"mustSupport" : true
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "preferred",
"valueSet" : "https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/ValueSet/mii-vs-patho-all-loinc"
}
},
{
"id" : "Observation.code.coding.system",
"path" : "Observation.code.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding.code",
"path" : "Observation.code.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"mustSupport" : true
},
{
"id" : "Observation.bodySite.coding",
"path" : "Observation.bodySite.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.bodySite.coding:sct",
"path" : "Observation.bodySite.coding",
"sliceName" : "sct",
"min" : 0,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct"
},
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://www.medizininformatik-initiative.de/fhir/ext/modul-biobank/ValueSet/sct-body-structures"
}
},
{
"id" : "Observation.bodySite.coding:sct.system",
"path" : "Observation.bodySite.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"mustSupport" : true
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"mustSupport" : true
},
{
"id" : "Observation.hasMember",
"path" : "Observation.hasMember",
"mustSupport" : true
},
{
"id" : "Observation.derivedFrom",
"path" : "Observation.derivedFrom",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this.resolve()"
}
],
"rules" : "open",
"ordered" : false
},
"mustSupport" : true
},
{
"id" : "Observation.derivedFrom:attached-image",
"path" : "Observation.derivedFrom",
"sliceName" : "attached-image",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://www.medizininformatik-initiative.de/fhir/ext/modul-patho/StructureDefinition/mii-pr-patho-attached-image"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.derivedFrom:dicom-image",
"path" : "Observation.derivedFrom",
"sliceName" : "dicom-image",
"min" : 0,
"max" : "*",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/ImagingStudy"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.component.code",
"path" : "Observation.component.code",
"mustSupport" : true
},
{
"id" : "Observation.component.value[x]",
"path" : "Observation.component.value[x]",
"type" : [
{
"code" : "Quantity"
},
{
"code" : "CodeableConcept"
},
{
"code" : "string"
},
{
"code" : "Ratio"
}
]
},
{
"id" : "Observation.component.dataAbsentReason",
"path" : "Observation.component.dataAbsentReason",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.